home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 2000 February / Macworld (2000-02).dmg / Shareware World / Comms & Internet / Flex-Able 1.0 / FADocs / save.able < prev    next >
Text File  |  1999-12-07  |  972b  |  41 lines

  1. <:set form <:read_form>>
  2.  
  3. <html>
  4.     <head>
  5.         <link rel=stylesheet type="text/css" HREF="fa.css">
  6.         <title>Flex-Able: FIle Processing</title>
  7.     </head>
  8. <body>
  9.  
  10. <DIV CLASS="topic">File Processing</DIV>
  11. <p><br>
  12. <p><br>
  13. <h2>The field values are:</h2>
  14.  
  15. <ul>
  16. <:foreach name value form>
  17.     <:echo "<b>" name "</b>:" value "<br>">
  18. <:/foreach>
  19. </ul>
  20. <P>
  21.  
  22. <:save_data "/FADocs/MyTestFiles/items.txt" form["name"] form["occ"] form["phone"] form["email"] form["empire"]>
  23. <:set customFile <:make_unique_file "/FADocs/MyTestFiles/comments.html">>
  24.  
  25. <:save_custom customFile>
  26. <h2><:echo form["name"]> <<:echo form["email"]>></h2>
  27.     <ul><pre>
  28. <:echo form["comment"]>
  29.     </pre></ul>
  30. <:echo <:file_uri customFile>><br>
  31. <:/save_custom>
  32.  
  33. See the updated <a href="/FADocs/MyTestFiles/items.txt">data file</a> saved at <P>
  34.  
  35. See the updated <a href="/FADocs/MyTestFiles/<:echo customFile>">comments file</a><P>
  36.  
  37. <hr>
  38. <A HREF="quickstart.html" CLASS="back">back to Quick Start</A> 
  39. </body>
  40. </html> 
  41.